home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Utils / NEW - Stylish / Bin / stylish-0.2.1-fx+fl+tb.xpi / chrome / stylish.jar / content / stylish-default.rdf < prev    next >
Extensible Markup Language  |  2005-12-28  |  5KB  |  151 lines

  1. <?xml version="1.0"?>
  2. <RDF:RDF xmlns:stylish="urn:stylish#"
  3.          xmlns:NC="http://home.netscape.com/NC-rdf#"
  4.          xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  5.   <RDF:Description RDF:about="rdf:#$0az2D3"
  6.                    stylish:description="Move tabbar to the left"
  7.                    stylish:enabled="false">
  8.     <stylish:code>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  9.  
  10. /* Display the tabbar on the left */
  11. #content > tabbox {
  12.   -moz-box-orient: horizontal;
  13. }
  14.  
  15. .tabbrowser-strip {
  16.   -moz-box-orient: vertical;
  17.   /* note: you can set this to -moz-scrollbars-vertical instead,
  18.      but then the scrollbar will *always* be visible.  this way
  19.      there is never a scrollbar, so it behaves like the tab bar
  20.      normally does */
  21.   overflow: -moz-scrollbars-none;
  22. }
  23.  
  24. .tabbrowser-tabs {
  25.   -moz-box-orient: horizontal;
  26.   min-width: 10ex;   /* you may want to increase this value */
  27.   -moz-box-align: start;
  28. }
  29.  
  30. .tabbrowser-tabs > hbox {
  31.   -moz-box-orient: vertical;
  32.   -moz-box-align: stretch;
  33. }
  34.  
  35. .tabbrowser-tabs > hbox > tab {
  36.   -moz-box-align: start;
  37.   -moz-box-orient: horizontal;
  38. }
  39.  
  40. /* remove the close-tab button */
  41. .tabbrowser-tabs > stack {
  42.   display: none;
  43. }</stylish:code>
  44.   </RDF:Description>
  45.   <RDF:Description RDF:about="rdf:#$zbz2D3"
  46.                    stylish:description="Different cursor for links that open in new windows"
  47.                    stylish:enabled="false">
  48.     <stylish:code>/* Change cursor for links that open in new window */
  49. :link[target="_blank"], :visited[target="_blank"],
  50. :link[target="_new"],   :visited[target="_new"] {
  51.    cursor:  crosshair;
  52. }</stylish:code>
  53.   </RDF:Description>
  54.   <RDF:Seq RDF:about="urn:stylish:userstyles">
  55.     <RDF:li RDF:resource="rdf:#$E9z2D3"/>
  56.     <RDF:li RDF:resource="rdf:#$0az2D3"/>
  57.     <RDF:li RDF:resource="rdf:#$5az2D3"/>
  58.     <RDF:li RDF:resource="rdf:#$9az2D3"/>
  59.     <RDF:li RDF:resource="rdf:#$Aaz2D3"/>
  60.     <RDF:li RDF:resource="rdf:#$sbz2D3"/>
  61.     <RDF:li RDF:resource="rdf:#$zbz2D3"/>
  62.     <RDF:li RDF:resource="rdf:#$Obz2D3"/>
  63.   </RDF:Seq>
  64.   <RDF:Description RDF:about="rdf:#$sbz2D3"
  65.                    stylish:description="Disable marquee"
  66.                    stylish:enabled="false">
  67.     <stylish:code>marquee {
  68.    -moz-binding                  : none !important;
  69.    display                       : block;
  70.    height                        : auto !important;
  71. }</stylish:code>
  72.   </RDF:Description>
  73.   <RDF:Description RDF:about="rdf:#$Obz2D3"
  74.                    stylish:description="slashdot.org - Remove ads"
  75.                    stylish:enabled="false"
  76.                    stylish:domain="slashdot.org">
  77.     <stylish:code>@-moz-document domain(slashdot.org) {
  78. #advertisement-content { display: none; }
  79. #advertisement-title { display: none; }
  80. .ad1, .ad2, .ad3, .ad4, .ad5, .ad6, .ad7, .ad8, .ad9, .ad10 { display: none; }
  81. }</stylish:code>
  82.   </RDF:Description>
  83.   <RDF:Description RDF:about="rdf:#$9az2D3"
  84.                    stylish:description="Move tabbar to the right"
  85.                    stylish:enabled="false">
  86.     <stylish:code>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  87.  
  88. /* Display the tabbar on the left */
  89. #content > tabbox {
  90.   -moz-box-orient: horizontal;
  91. }
  92.  
  93. .tabbrowser-strip {
  94.   -moz-box-orient: vertical;
  95.   /* note: you can set this to -moz-scrollbars-vertical instead,
  96.      but then the scrollbar will *always* be visible.  this way
  97.      there is never a scrollbar, so it behaves like the tab bar
  98.      normally does */
  99.   overflow: -moz-scrollbars-none;
  100. }
  101.  
  102. .tabbrowser-tabs {
  103.   -moz-box-orient: horizontal;
  104.   min-width: 10ex;   /* you may want to increase this value */
  105.   -moz-box-align: start;
  106. }
  107.  
  108. .tabbrowser-tabs > hbox {
  109.   -moz-box-orient: vertical;
  110.   -moz-box-align: stretch;
  111. }
  112.  
  113. .tabbrowser-tabs > hbox > tab {
  114.   -moz-box-align: start;
  115.   -moz-box-orient: horizontal;
  116. }
  117.  
  118. /* remove the close-tab button */
  119. .tabbrowser-tabs > stack {
  120.   display: none;
  121. }
  122.  
  123. /* Instead, display the tabbar on the right */
  124. #content > tabbox { -moz-box-direction: reverse; }</stylish:code>
  125.   </RDF:Description>
  126.   <RDF:Description RDF:about="rdf:#$Aaz2D3"
  127.                    stylish:description="Multiple row bookmark toolbar"
  128.                    stylish:enabled="false">
  129.     <stylish:code>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  130.  
  131. /* Multi-row bookmarks toolbar */
  132. #bookmarks-ptf {display:block}
  133. #bookmarks-ptf toolbarseparator {display:inline}</stylish:code>
  134.   </RDF:Description>
  135.   <RDF:Description RDF:about="rdf:#$5az2D3"
  136.                    stylish:description="Move tabbar to the bottom"
  137.                    stylish:enabled="false">
  138.     <stylish:code>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  139.  
  140. /* Display the tabbar at the bottom */
  141. #content > tabbox { -moz-box-direction: reverse; }</stylish:code>
  142.   </RDF:Description>
  143.   <RDF:Description RDF:about="rdf:#$E9z2D3"
  144.                    stylish:description="Disable autocomplete"
  145.                    stylish:enabled="false">
  146.     <stylish:code>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  147. #PopupAutoComplete > .autocomplete-tree { display: none !important; }
  148. .autocomplete-history-dropmarker { display: none !important; }</stylish:code>
  149.   </RDF:Description>
  150. </RDF:RDF>
  151.